home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / O5241503.PP_ / o5241503.ppd
Text File  |  1996-04-25  |  11KB  |  349 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "OceColor PostScript Printer" version 50.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 010787 or 011135
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 4 June 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(OceColor)"
  20. *PSVersion: "(50.3) 0"
  21. *NickName: "OceColor G5241 PS"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "4282918"
  25. *ColorDevice: True
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "1"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not 
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit 
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "50.0"
  82. *ScreenAngle: "24.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Normalized
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "statusdict begin lettertray end"
  102. *PageSize LetterPlus: "
  103.  statusdict begin 
  104.   pagetype 1 ne
  105.   {(Letter+ paper selection) cvn errordict /rangecheck get exec} if
  106.     letterplus
  107.  end
  108. "
  109. *End
  110. *PageSize A4: "statusdict begin a4tray end"
  111. *PageSize A4Plus: "
  112.  statusdict begin
  113.   pagetype 3 ne
  114.   {(A4+ paper selection) cvn errordict /rangecheck get exec} if
  115.     a4plus
  116.  end
  117. "
  118. *End
  119. *?PageSize: "
  120.  save statusdict begin
  121.   [(Letter)(Letter+)(A4)(A4+)(Unknown)]
  122.     pagetype dup 3 gt { pop 4 } if
  123.     get = flush
  124.  end restore
  125. "
  126. *End
  127.  
  128. *% These entries will set up the frame buffer. Usually used with manual feed.
  129. *DefaultPageRegion: Letter
  130. *PageRegion Letter: "letter"
  131. *PageRegion LetterPlus: "letterplus"
  132. *PageRegion A4: "a4"
  133. *PageRegion A4Plus: "a4plus"
  134.  
  135. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  136. *% These errors should be trapped by software and a message displayed
  137. *DefaultPaperTray: None
  138. *PaperTray Letter: "statusdict begin lettertray end"
  139. *PaperTray LetterPlus: "
  140.  statusdict begin 
  141.   0 traytype 1 ne
  142.   {(Letter+ tray selection) cvn errordict /rangecheck get exec} if
  143.     letterplus
  144.  end
  145. "
  146. *End
  147. *PaperTray A4: "statusdict begin a4tray end"
  148. *PaperTray A4Plus: "
  149.  statusdict begin
  150.   0 traytype 3 ne
  151.   {(A4+ tray selection) cvn errordict /rangecheck get exec} if
  152.     a4plus
  153.  end
  154. "
  155. *End
  156. *?PaperTray: "
  157.  save statusdict begin
  158.   [(Letter)(Letter+)(A4)(A4+)(Unknown)]
  159.     0 traytype dup 3 gt { pop 4 } if
  160.     get = flush
  161.  end restore
  162. "
  163. *End
  164.  
  165. *% The following entries provide information about specific paper keywords.
  166. *DefaultImageableArea: Letter
  167. *ImageableArea Letter: "11 77 601 746 "
  168. *ImageableArea LetterPlus: "11 77 601 868 "
  169. *ImageableArea A4: "11 77 586 796 "
  170. *ImageableArea A4Plus: "11 77 586 918 "
  171. *?ImageableArea: "
  172.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  173.   newpath clippath pathbbox
  174.   4 -2 roll exch 2 {ceiling cvp} repeat
  175.   exch 2 {floor cvp} repeat flush
  176.  restore
  177. "
  178. *End
  179.  
  180. *% These provide the physical dimensions of the paper (by keyword)
  181. *DefaultPaperDimension: Letter
  182. *PaperDimension Letter: "612 792"
  183. *PaperDimension LetterPlus: "612 914"
  184. *PaperDimension A4: "595 842"
  185. *PaperDimension A4Plus: "595 936"
  186.  
  187. *DefaultOutputBin: OnlyOne
  188. *DefaultInputSlot: None
  189.  
  190. *DefaultManualFeed: False
  191. *?ManualFeed: "
  192.   statusdict /manualfeed get
  193.   {(True)}{(False)}ifelse = flush"
  194. *End
  195. *ManualFeed True: "statusdict begin /manualfeed true store end"
  196. *ManualFeed False: "statusdict begin /manualfeed false store end"
  197.  
  198. *DefaultOutputOrder: Reverse
  199.  
  200. *DefaultCollator: None
  201. *DefaultSorter: None
  202. *DefaultDuplex: None
  203.  
  204. *% Font Information =====================
  205.  
  206. *DefaultFont: Courier
  207. *Font AvantGarde-Book: Standard "(001.002)"
  208. *Font AvantGarde-BookOblique: Standard "(001.002)"
  209. *Font AvantGarde-Demi: Standard "(001.003)"
  210. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  211. *Font Bookman-Demi: Standard "(001.001)"
  212. *Font Bookman-DemiItalic: Standard "(001.001)"
  213. *Font Bookman-Light: Standard "(001.001)"
  214. *Font Bookman-LightItalic: Standard "(001.001)"
  215. *Font Courier: Standard "(001.004)"
  216. *Font Courier-Bold: Standard "(001.004)"
  217. *Font Courier-BoldOblique: Standard "(001.004)"
  218. *Font Courier-Oblique: Standard "(001.004)"
  219. *Font Helvetica: Standard "(001.002)"
  220. *Font Helvetica-Bold: Standard "(001.002)"
  221. *Font Helvetica-BoldOblique: Standard "(001.002)"
  222. *Font Helvetica-Condensed: Standard "(001.001)"
  223. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  224. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  225. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  226. *Font Helvetica-Oblique: Standard "(001.002)"
  227. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  228. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  229. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  230. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  231. *Font Palatino-Bold: Standard "(001.002)"
  232. *Font Palatino-BoldItalic: Standard "(001.002)"
  233. *Font Palatino-Italic: Standard "(001.002)"
  234. *Font Palatino-Roman: Standard "(001.001)"
  235. *Font Symbol: Special "(001.003)"
  236. *Font Times-Bold: Standard "(001.002)"
  237. *Font Times-BoldItalic: Standard "(001.004)"
  238. *Font Times-Italic: Standard "(001.002)"
  239. *Font Times-Roman: Standard "(001.002)"
  240. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  241. *Font ZapfDingbats: Special "(001.002)"
  242. *?FontQuery: "
  243. save  4 dict begin /sv exch def
  244. /str (fonts/                              ) def
  245. /st2 128 string def
  246. {
  247.   count 0 gt {
  248.     dup st2 cvs (/) print print (:) print
  249.     dup FontDirectory exch known {pop (Yes)}{
  250.      str exch st2 cvs dup length /len exch def
  251.      6 exch putinterval str 0 len 6 add getinterval mark exch
  252.      { } st2 filenameforall counttomark 0 gt {
  253.       cleartomark (Yes)}{cleartomark (No)}ifelse
  254.     }ifelse = flush
  255.   }{ exit } ifelse
  256. } bind loop
  257. (*) = flush
  258. sv end restore
  259. "
  260. *End
  261.  
  262. *?FontList: "
  263. save  2 dict begin /sv exch def
  264. /str 128 string def
  265. FontDirectory { pop == } bind forall flush
  266. /filenameforall where { 
  267.  pop save (fonts/*) { 
  268.   dup length 6 sub 6 exch getinterval cvn == 
  269.  } bind str filenameforall flush restore
  270. } if 
  271. (*) = flush
  272. sv end restore
  273. "
  274. *End
  275.  
  276. *% Printer Messages (verbatim from printer):
  277. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  278. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  279. *Message: "\FontName\ not found, using Courier"
  280.  
  281. *% Status (format: %%[ status: <one of these> ]%% )
  282. *Status: "idle"
  283. *Status: "busy"
  284. *Status: "waiting"
  285. *Status: "printing"
  286. *Status: "initializing"
  287. *Status: "printing test page"
  288. *Status: "PrinterError: out of paper or end of ribbon"
  289. *Status: "PrinterError: end of ribbon"
  290. *Status: "PrinterError: out of paper"
  291. *Status: "PrinterError: printer fault"
  292. *Status: "PrinterError: printer offline"
  293.  
  294. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  295. *Source: "serial9"
  296. *Source: "serial25"
  297. *Source: "AppleTalk"
  298. *Source: "Centronics"
  299. *Source: "other"
  300.  
  301. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  302. *PrinterError: "out of paper or end of ribbon"
  303. *PrinterError: "end of ribbon"
  304. *PrinterError: "out of paper"
  305. *PrinterError: "printer fault"
  306. *PrinterError: "printer offline"
  307.  
  308. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  309.  
  310. *% Color Separation Information =====================
  311.  
  312. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  313.  
  314. *InkName: ProcessBlack/Process Black
  315. *InkName: CustomColor/Custom Color
  316. *InkName: ProcessCyan/Process Cyan
  317. *InkName: ProcessMagenta/Process Magenta
  318. *InkName: ProcessYellow/Process Yellow
  319.  
  320. *%  For 60 lpi / 300 dpi  ===============================
  321.  
  322. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  323. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  324. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  325. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  326. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  327.  
  328. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  329. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  330. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  331. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  332. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  333.  
  334. *%  For 53 lpi / 300 dpi  ===============================
  335.  
  336. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  337. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  338. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  339. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  340. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  341.  
  342. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  343. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  344. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  345. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  346. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  347.  
  348. *% end of PPD file for OceColor
  349.